C1.Web.Mvc.Finance Namespace / Stochastic<T> Class
Members

Stochastic<T> Class
Represents a Stochastic Oscillator indicator series for the FinancialChart.
Object Model
Stochastic<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
Syntax
'Declaration
 
Public Class Stochastic(Of T) 
   Inherits C1.Web.Mvc.ExtraSeries(Of T)
 
Type Parameters
T
Remarks
Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.Stochastic<T>

See Also